DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewSource<T> Class / AddObserver Method / AddObserver(NSObject,String,NSKeyValueObservingOptions,IntPtr) Method

In This Topic
    AddObserver(NSObject,String,NSKeyValueObservingOptions,IntPtr) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub AddObserver( _
       ByVal observer As Foundation.NSObject, _
       ByVal keyPath As String, _
       ByVal options As Foundation.NSKeyValueObservingOptions, _
       ByVal context As IntPtr _
    ) 
    public void AddObserver( 
       Foundation.NSObject observer,
       string keyPath,
       Foundation.NSKeyValueObservingOptions options,
       IntPtr context
    )

    Parameters

    observer
    keyPath
    options
    context
    See Also